{% if widget.prefix %}
{% autoescape off %}{{ widget.prefix }}{% endautoescape %}
{% endif %} {% if widget.unit %}
{{ widget.unit }}
{% endif %} {% if widget.suffix %}
{% autoescape off %}{{ widget.suffix }}{% endautoescape %}
{% endif %}